From: LLVM Packaging Team Date: Sat, 4 May 2024 05:18:23 +0000 (+0200) Subject: lower-python-dep X-Git-Tag: archive/raspbian/1%14.0.6-20+rpi1^2~34 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=56b8c5c80980ce194cdf68d530bb16fb5c7186b1;p=llvm-toolchain-14.git lower-python-dep =================================================================== Gbp-Pq: Name lower-python-dep.diff --- diff --git a/llvm/cmake/modules/HandleLLVMOptions.cmake b/llvm/cmake/modules/HandleLLVMOptions.cmake index fcaa8f20bf..3d61b067b9 100644 --- a/llvm/cmake/modules/HandleLLVMOptions.cmake +++ b/llvm/cmake/modules/HandleLLVMOptions.cmake @@ -1234,8 +1234,8 @@ if(LLVM_USE_RELATIVE_PATHS_IN_FILES) endif() if(LLVM_INCLUDE_TESTS) - # Lit test suite requires at least python 3.6 - set(LLVM_MINIMUM_PYTHON_VERSION 3.6) + # Lit test suite requires at least python 3.5 + set(LLVM_MINIMUM_PYTHON_VERSION 3.5) else() # FIXME: it is unknown if this is the actual minimum bound set(LLVM_MINIMUM_PYTHON_VERSION 3.0)